This modifier list is used to indicate the registers that are modified by an assembler block in your code. The compiler stores certain results in the registers. If you modify theregisters in an assembly block, the compiler should, sometimes, be told about it. The prototype syntax of the Registerlist modifier is:
asm statements end; ['register1','register2',...,'registern'];Where 'register' is one of 'EAX',EBX',ECX','EDX' etc.